home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / Framewrk / FWPart / FWLink.k < prev    next >
Encoding:
Text File  |  1996-09-17  |  851 b   |  33 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWLink.k
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWLINK_K
  11. #define FWLINK_K
  12.  
  13. // ----- For FW_BUILD_XXXX -----
  14. #ifndef FWBLDDEF_H        
  15. #include "FWBldDef.h"
  16. #endif
  17.  
  18. //========================================================================================
  19. // Constants shared by C++ and resource files
  20. //========================================================================================
  21.  
  22. #ifdef FW_BUILD_MAC
  23.  
  24. #define FW_kMacEditInLinkDialog 500
  25.  
  26. #define FW_kFindSourceButtonID    1
  27. #define FW_kCancelEditButtonID    2
  28. #define FW_kBreakLinkButtonID    3
  29.  
  30. #endif
  31.  
  32. #endif // FWLINK_K
  33.